home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wit472.zip / DEMO / ROILOOP.HLP / ROILOOP.bin
Text File  |  1994-11-25  |  864b  |  19 lines

  1. IGRAPH
  2.  
  3. roiLoop --- create and display the areas for a series of ROIs
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The roiLoop igraph demostrates how the getData, memory, sequencer, and 
  9. collector can be used to form an algorithm which is capable of operating
  10. on a series of interactively defined regions. The getRegions operator
  11. allows the user to specify a set of regions which are then fed to
  12. the sequencer. The sequencer takes each region and sends it to the
  13. statsRoi operator which requires both an image and a region to compute
  14. a variety of simple statistics. The memory operator is used to store
  15. and recall the same image over the set of regions. The area output of
  16. the statsRoi operator is fed to a collector which collects data until
  17. told to release the final vector of area measurements by the sequencer
  18. count flag. The resulting area vector is displayed.
  19.